home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / DiskMaster / Rexx / DMIconsToo.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2002-10-27  |  305 b   |  19 lines

  1. /* $VER: DM2IconsToo.rexx 1.1 (2.10.98) by J. Tierney
  2.  
  3.   DM2IconsToo.rexx  v1.1
  4.   10/2/97  J. Tierney
  5.  
  6.   Function:  Selects the .info files of all selected files.
  7.  
  8.   Usage:  REXX DM2IconsToo.rexx
  9.  
  10. */
  11.  
  12. OPTIONS RESULTS
  13.  
  14. DIRLIST VAR dlist SEL
  15.  
  16. DO i = 0 TO dlist.name.0
  17.   'SELECT' dlist.name.i || '.info'
  18. END
  19.